Release 2017.3
authorColin Walters <walters@verbum.org>
Thu, 9 Mar 2017 02:47:00 +0000 (21:47 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 9 Mar 2017 18:58:48 +0000 (18:58 +0000)
It's been almost a month, I think the current git is working well and
not too risky.  We have some new API additions which I think the
various consumers of them are going to want.

Closes: #726
Approved by: jlebon

configure.ac
src/libostree/libostree.sym

index 7fac081be3644da142436047a1afe830b19750a6..088944806b69158436d335937348745fe93e8ecd 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 dnl If incrementing the version here, remember to update libostree.sym too
-AC_INIT([libostree], [2017.2], [walters@verbum.org])
+AC_INIT([libostree], [2017.3], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 7c7c3aef03d4fffed5d39df26a857759d1886ed5..b7cfc454587dae41174de92cf4c533a9ad6d9284 100644 (file)
@@ -376,15 +376,22 @@ global:
        ostree_repo_reload_config;
 } LIBOSTREE_2017.1;
 
+LIBOSTREE_2017.3 {
+global:
+        ostree_raw_file_to_archive_z2_stream_with_options;
+} LIBOSTREE_2017.2;
+
 /*                         NOTE NOTE NOTE
  * Versions above here are released.  Only add symbols below this line.
  *                         NOTE NOTE NOTE
  */
 
-LIBOSTREE_2017.3 {
+/* Stub section for new version, uncomment when the first symbol is added
+LIBOSTREE_2017.$NEWVERSION {
 global:
-        ostree_raw_file_to_archive_z2_stream_with_options;
+       someostree_symbol_deleteme;
 } LIBOSTREE_2017.2;
+*/
 
 /* Stub section for the stable release *after* this development one; don't
  * edit this other than to update the last number.  This is just a copy/paste